www.gusucode.com > VC++ 客户管理系统(SQL Serve)-源码程序 > VC++ 客户管理系统(SQL Serve)-源码程序/code/Program/khmanagerDoc.cpp

    // khmanagerDoc.cpp : implementation of the CKhmanagerDoc class
//

#include "stdafx.h"
#include "khmanager.h"

#include "khmanagerDoc.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CKhmanagerDoc

IMPLEMENT_DYNCREATE(CKhmanagerDoc, CDocument)

BEGIN_MESSAGE_MAP(CKhmanagerDoc, CDocument)
	//{{AFX_MSG_MAP(CKhmanagerDoc)
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CKhmanagerDoc construction/destruction

CKhmanagerDoc::CKhmanagerDoc()
{
}

CKhmanagerDoc::~CKhmanagerDoc()
{
}

BOOL CKhmanagerDoc::OnNewDocument()
{
	if (!CDocument::OnNewDocument())
		return FALSE;

	return TRUE;
}



/////////////////////////////////////////////////////////////////////////////
// CKhmanagerDoc serialization

void CKhmanagerDoc::Serialize(CArchive& ar)
{
	if (ar.IsStoring())
	{
	}
	else
	{
	}
}

/////////////////////////////////////////////////////////////////////////////
// CKhmanagerDoc diagnostics

#ifdef _DEBUG
void CKhmanagerDoc::AssertValid() const
{
	CDocument::AssertValid();
}

void CKhmanagerDoc::Dump(CDumpContext& dc) const
{
	CDocument::Dump(dc);
}
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CKhmanagerDoc commands